color-swatch: cleanup unused property enum value
authorCosimo Cecchi <cosimoc@gnome.org>
Thu, 9 Feb 2012 15:00:25 +0000 (10:00 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 14 Feb 2012 21:37:01 +0000 (16:37 -0500)
gtk/gtkcolorswatch.c

index 0bd1d64a4b583d7c11458cc5ecb5400dc49b93e8..10ec66ec34a25086afd42652c1836caaf985ea8d 100644 (file)
@@ -46,8 +46,7 @@ struct _GtkColorSwatchPrivate
 enum
 {
   PROP_ZERO,
-  PROP_RGBA,
-  PROP_SELECTED
+  PROP_RGBA
 };
 
 enum